Skip to content

Commit

Permalink
travis: Drop support of node-0.8
Browse files Browse the repository at this point in the history
Might be obsolete and it does not worth to keep maintaining it
Relate-To: https://travis-ci.org/abandonware/noble/jobs/470026600

Change-Id: I04be1fa73626402bb81775b056cabde32ced0960
Origin: #1
Forwarded: noble#851
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Dec 19, 2018
1 parent 7cb7409 commit e68b772
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ os:
- osx
language: cpp
env:
- NODE_VERSION="0.8"
- NODE_VERSION="0.10"
- NODE_VERSION="0.12"
- NODE_VERSION="4"
Expand All @@ -19,10 +18,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 e68b772

Please sign in to comment.