Skip to content

Commit

Permalink
Run test-cloud on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Mar 7, 2016
1 parent fc939ed commit d9ba1d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .min-wd
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"sauceLabs": true,
"browsers": [{
"name": "chrome"
"name": "firefox"
}, {
"name": "internet explorer",
"version": "9",
"url": "http://maxantoni.de/doctype.html"
}, {
"name": "internet explorer",
"version": "10"
}, {
"name": "internet explorer",
"version": "11"
}]
}
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ node_js:
- "0.12"
- "4.2"
- "5"

env:
global:
- SAUCE_USERNAME=sinonjs
- secure: "Szc/biR+MJFC/r4IFzDVXJkIt1COglrCyCd/drmBrXj4AE70J2qn8QlU0n3uQUhrDH5k0NtSWnZHcfxuUTHpasvh9yPFGtqnNeqgftZjXQyJFS+rYye4i04cyYGEmc1qxhpljfAXbvCJV+bHDFmWxIF6KSHWMsVk6IbhoD0/Dis="

script:
- "./script/ci-test.sh"
- 'if [ "x$TRAVIS_NODE_VERSION" = "x4.2" ]; then npm run test-cloud; fi'

0 comments on commit d9ba1d6

Please sign in to comment.