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 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes authored Oct 27, 2017
1 parent 208b419 commit a9e58cd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- travis_retry npm install
script:
- grunt
- grunt intern:browserstack
- grunt intern:browserstack --test-reporter
- grunt uploadCoverage
- if [ "$TRAVIS_BRANCH" = "master" ]; then grunt doc; fi
notifications:
Expand Down
36 changes: 11 additions & 25 deletions intern.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"capabilities": {
"project": "Dojo 2",
"name": "@dojo/core",
"fixSessionCapabilities": false,
"browserstack.debug": false
},

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

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

"remoteCapabilities": {
"capabilities": {
"project": "Dojo 2",
"name": "@dojo/core",
"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 @@ -73,8 +65,6 @@
},

"node-loader": {
"extends": [ "coverage" ],

"node": {
"loader": {
"script": "dojo2",
Expand All @@ -94,8 +84,6 @@
},

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

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

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

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

Expand Down
73 changes: 0 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"grunt": "^1.0.1",
"grunt-dojo2": "latest",
"intern": "~4.0.2",
"istanbul": "0.4.3",
"multer": "~1.3.0",
"sinon": "~1.17.6",
"typescript": "~2.4.1"
Expand Down

0 comments on commit a9e58cd

Please sign in to comment.