Skip to content

Commit

Permalink
ci: change language to node_js and remove obsolete scripts (#910)
Browse files Browse the repository at this point in the history
We can safely use `node_js` on all three supported platforms on Travis CI and remove the obsolete scripts.

See #908 (comment)
  • Loading branch information
DanielRuf authored and nfischer committed Nov 29, 2018
1 parent 18d8bbf commit 26d6e0e
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .travis.yml
@@ -1,23 +1,14 @@
language: c++
language: node_js
sudo: false
env:
- NODE_VERSION="4"
- NODE_VERSION="5"
- NODE_VERSION="6"
- NODE_VERSION="7"
- NODE_VERSION="8"
- NODE_VERSION="9"

# keep this blank to make sure there are no before_install steps
before_install:
node_js:
- 4
- 5
- 6
- 7
- 8
- 9

install:
- rm -rf ~/.nvm
- git clone https://github.com/creationix/nvm.git ~/.nvm
- source ~/.nvm/nvm.sh
- nvm install $NODE_VERSION
- node --version
- npm --version
- npm run ci-or-install
os:
- linux
Expand Down

0 comments on commit 26d6e0e

Please sign in to comment.