mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 10:35:32 +02:00
Change npm to yarn
This commit is contained in:
parent
517f20e44c
commit
b884b0e398
2 changed files with 13 additions and 266 deletions
15
.travis.yml
15
.travis.yml
|
@ -1,4 +1,15 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4.1"
|
||||
- "5.3"
|
||||
- "10"
|
||||
- "8"
|
||||
- "7"
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- "node_modules"
|
||||
script:
|
||||
- yarn test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue