Skip to content

Commit

Permalink
travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Nov 12, 2021
1 parent db22e65 commit b89c481
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ os:
- linux
- osx
- windows

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

- '16'
env:
- CXX=g++-6
addons:
Expand All @@ -16,7 +15,6 @@ 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 @@ -25,7 +23,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 b89c481

Please sign in to comment.