Skip to content

Commit

Permalink
Build: Update Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 4, 2019
1 parent 8611843 commit 27a2fff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -3,6 +3,10 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "8"
- "10"
env:
global:
- REMOVE_DEPS=""
Expand All @@ -18,8 +22,6 @@ env:
- "CUSTOM_DEPS=typescript-register REMOVE_DEPS=typescript-require REMOVE_DEPS=typescript-node"
matrix:
fast_finish: true
before_install:
- "npm install -g npm" # needs the newest version of npm
before_script:
- "[ \"${REMOVE_DEPS}\" == \"\" ] || npm rm $REMOVE_DEPS"
- "npm install $CUSTOM_DEPS" # install a specific version of dependencies

0 comments on commit 27a2fff

Please sign in to comment.