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

Update CI for new release of grunt-dojo2 #69

Merged
merged 2 commits into from
Oct 27, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
16 changes: 7 additions & 9 deletions intern.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
}
},

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

"configs": {
"remoteCapabilities": {
"capabilities": {
"project": "Dojo 2",
Expand All @@ -43,7 +41,7 @@
},

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

"tunnel": "browserstack",
"capabilities+": {
Expand All @@ -63,7 +61,7 @@
},

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

"tunnel": "selenium",
"tunnelOptions": {
Expand All @@ -77,7 +75,7 @@
},

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

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