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

Commit 890e5b4

Browse files
committed
Actually, I should just overwrite the install
1 parent 3304e7a commit 890e5b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +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-
- npm i -g eslint eslint-config-aqua
16+
- yarn add global eslint eslint-config-aqua
1717
language: node_js
1818
node_js:
1919
- '8'
20+
install: yarn test
2021
script:
2122
- bash ./deploy/deploy.sh

0 commit comments

Comments
 (0)