Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
👷 (travis-ci): Bump to latest Node LTS version, clean up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Nov 14, 2019
1 parent a69bc57 commit ca3af98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10.16.0"
- "12.13.0"
os:
- linux
- osx
Expand All @@ -13,8 +13,6 @@ before_install:
before_script:
- npm install
- 'if [[ "$TRAVIS_PULL_REQUEST" = "false" ]]; then snyk auth $SNYK_TOKEN; fi'
- 'if [[ "$TRAVIS_PULL_REQUEST" = "false" ]]; then snyk protect; fi'
- 'if [[ "$TRAVIS_PULL_REQUEST" = "false" ]]; then snyk test; fi'
- 'if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then fossa init && fossa; fi'
- mkdir prebuild-src
- 'if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then cp -R src/. prebuild-src/; fi'
Expand Down

0 comments on commit ca3af98

Please sign in to comment.