Skip to content

Commit

Permalink
chore: travis updated configs and testing platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Sep 11, 2016
1 parent 2f416bc commit a8aa393
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
sudo: false

language: node_js

addons:
sauce_connect: true

cache:
directories:
- node_modules

node_js:
- 0.8
- 0.10
- 0.11
- 0.10 # to be removed 2016-10-01
- 0.12 # to be removed 2016-12-31
- 4 # to be removed 2018-04-01
- 6 # to be removed 2019-04-01
- lts/* # safety net; don't remove
- node # safety net; don't remove

before_install:
- npm i -g npm@latest

script:
- npm test

after_success:
- 'travis-after-all && npm run semantic-release'

0 comments on commit a8aa393

Please sign in to comment.