Skip to content

Commit

Permalink
travis: Add node-10 remove 0.8
Browse files Browse the repository at this point in the history
Change-Id: I96b7572a1872691dab80af70f1ebc811a50438fb
Signed-off-by: Philippe Coval <p.coval@samsung.com>
  • Loading branch information
rzr committed Dec 19, 2018
1 parent 74098f8 commit e2ad3be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ os:
- osx
language: cpp
env:
- NODE_VERSION="0.8"
- NODE_VERSION="0.10"
- NODE_VERSION="0.12"
- NODE_VERSION="4"
- NODE_VERSION="6"
- NODE_VERSION="8"
- NODE_VERSION="10"
matrix:
fast_finish: true
before_install:
Expand All @@ -19,10 +19,6 @@ before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CC="g++-4.8";
fi
- if [ $NODE_VERSION == "0.8" ]; then
npm config set strict-ssl false
npm install -g npm@2;
fi
install:
- npm install
script:
Expand Down

0 comments on commit e2ad3be

Please sign in to comment.