Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Update CI for new release of grunt-dojo2 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes authored Oct 27, 2017
1 parent 2dadb81 commit 80fc66a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- travis_retry npm install
script:
- grunt
- grunt intern:browserstack
- grunt intern:browserstack --test-reporter
- grunt uploadCoverage
notifications:
slack:
Expand Down
34 changes: 11 additions & 23 deletions intern.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"capabilities": {
"project": "Dojo 2",
"name": "@dojo/test-extras",
"fixSessionCapabilities": false,
"browserstack.debug": false
},

"environments": [
{ "browserName": "node" }
],
Expand Down Expand Up @@ -27,28 +34,13 @@
}
},

"configs": {
"coverage": {
"coverage": [
"./_build/src/**/*.js"
]
},

"remoteCapabilities": {
"capabilities": {
"project": "Dojo 2",
"name": "@dojo/test-extras",
"fixSessionCapabilities": false
}
},
"coverage": [
"./_build/src/**/*.js"
],

"configs": {
"browserstack": {
"extends": [ "coverage", "remoteCapabilities" ],

"tunnel": "browserstack",
"capabilities+": {
"browserstack.debug": false
},

"environments+": [
{ "browserName": "internet explorer", "version": "11" },
Expand All @@ -63,8 +55,6 @@
},

"local": {
"extends": [ "coverage", "remoteCapabilities" ],

"tunnel": "selenium",
"tunnelOptions": {
"hostname": "localhost",
Expand All @@ -77,8 +67,6 @@
},

"saucelabs": {
"extends": [ "coverage", "remoteCapabilities" ],

"tunnel": "saucelabs",
"tunnelOptions": {},

Expand Down

0 comments on commit 80fc66a

Please sign in to comment.