Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #25 from Apollon77/master
Browse files Browse the repository at this point in the history
Update testing for nodejs12
  • Loading branch information
Zefau committed May 15, 2019
2 parents 2417b47 + 07fd1e6 commit 4493efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
- '8'
- '10'
- '11'
- '12'
before_script:
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
Expand All @@ -17,7 +18,7 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- g++-6
script:
- 'npm run test:package'
- 'npm run test:integration'

0 comments on commit 4493efc

Please sign in to comment.