i have no idea what i’m doing

This commit is contained in:
Philipp Kühn
2018-11-14 17:24:14 +01:00
parent 52359473d6
commit 4d70a52a22

View File

@@ -6,7 +6,7 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- yarn install
- yarn install --production=false
script:
- yarn lint
- yarn test