Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
* Fix BrowserStack key
* Update Node versions
  • Loading branch information
jason0x43 committed Apr 19, 2018
1 parent c6b1022 commit 9694eb4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ dist: trusty
language: node_js
# Test LTS, and latest
node_js:
- 6
- 'lts/*'
- 'node'
env:
global:
# Please get your own free key if you want to test yourself
- SAUCE_USERNAME=dojo2-ts-ci
- SAUCE_ACCESS_KEY=e92610e3-834e-4bec-a3b5-6f7b9d874601
- BROWSERSTACK_USERNAME=sitepenlabs1
- BROWSERSTACK_ACCESS_KEY=836y5xDYPeFudz5HvZyp
cache:
directories:
- node_modules
- BROWSERSTACK_ACCESS_KEY=xm1uYrJuV3gZMJqCyZJX
script:
- npm run ci
notifications:
Expand Down

0 comments on commit 9694eb4

Please sign in to comment.