Skip to content

Commit

Permalink
Change before_install to before_script, trial npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber Joseph committed Jan 6, 2020
1 parent eaaf3dd commit d147f90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
- export PATH="$HOME/.yarn/bin:$PATH"
language: node_js
node_js:
- "12.14.0"
- "8.16.2"
- "6.14.4"
- "4.9.1"
before_script:
- npm run build


0 comments on commit d147f90

Please sign in to comment.