Skip to content
This repository was archived by the owner on Nov 19, 2017. It is now read-only.

Commit 81bd90b

Browse files
committed
Nope, lets just use npm
1 parent 890e5b4 commit 81bd90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ before_install:
1313
- sudo apt-get install -y -qq docker-ce
1414
- curl -o- -L https://yarnpkg.com/install.sh | bash
1515
- export PATH="$HOME/.yarn/bin:$PATH"
16-
- yarn add global eslint eslint-config-aqua
16+
- npm i -g eslint eslint-config-aqua
1717
language: node_js
1818
node_js:
1919
- '8'
20-
install: yarn test
20+
install: npm test
2121
script:
2222
- bash ./deploy/deploy.sh

0 commit comments

Comments
 (0)