Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r authored Feb 12, 2021
1 parent 9551c75 commit f283b6f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ os:
- linux
- osx
- windows

language: node_js
node_js:
- '10'
- '12'
- '14'

env:
- CXX=g++-6
addons:
Expand All @@ -14,6 +17,7 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-6

before_install:
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then CC=gcc-6; fi'
- 'if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then CC=g++-6; fi'
Expand All @@ -22,7 +26,7 @@ before_script:
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm; fi'
- npm -v
script:
- 'npm run test:package'
- 'npm run test:unit'
- 'export DEBUG=testing:*'
- 'npm run test:integration'
- npm run test:package
- npm run test:unit
- export DEBUG=testing:*
- npm run test:integration

0 comments on commit f283b6f

Please sign in to comment.