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 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes authored Oct 27, 2017
1 parent 63575f8 commit f7e1bc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test_script:
- npm --version
# run tests
- node_modules\.bin\grunt.cmd
- node_modules\.bin\grunt.cmd intern:local --color
- node_modules\.bin\grunt.cmd intern:node --test-reporter --color
- node_modules\.bin\grunt.cmd uploadCoverage

# Don't actually build.
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- travis_retry npm install
script:
- grunt
- grunt intern:local
- grunt intern:node --test-reporter
- grunt uploadCoverage
notifications:
slack:
Expand Down
10 changes: 5 additions & 5 deletions intern.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"./_build/tests/unit/all.js"
],

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

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

0 comments on commit f7e1bc0

Please sign in to comment.