mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-20 07:07:51 +00:00
Update .travis.yml
This commit is contained in:
parent
f77b400dc9
commit
f377dfb16e
@ -18,9 +18,6 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- debian-sid
|
- debian-sid
|
||||||
install:
|
|
||||||
- npm install
|
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run install:lanyon; fi
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install --allow-unauthenticated -y cabal-install; fi
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install --allow-unauthenticated -y cabal-install; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cabal update; fi
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cabal update; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user