aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-27 18:17:44 +0100
committerLibravatar GitHub <noreply@github.com>2017-11-27 18:17:44 +0100
commit9ab7f492a4ba032950d33813827c7cccdb72e086 (patch)
treef185f2cb8fd10cc715ce6027c64a8fb1d4110f2c /.travis.yml
parentfix(Linux): Add missing app icons (diff)
parentremove gulp as a global dependency (diff)
downloadferdium-app-9ab7f492a4ba032950d33813827c7cccdb72e086.tar.gz
ferdium-app-9ab7f492a4ba032950d33813827c7cccdb72e086.tar.zst
ferdium-app-9ab7f492a4ba032950d33813827c7cccdb72e086.zip
Merge pull request #353 from meetfranz/chore/build-setup
[PR] build setup
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b3ebc4f25..78c1e3693 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,6 @@ matrix:
9language: node_js 9language: node_js
10 10
11before_script: 11before_script:
12- yarn add global gulp-cli@1.2.2
13- yarn add global gulpjs/gulp#4.0
14- yarn add global node-sass 12- yarn add global node-sass
15- yarn install 13- yarn install
16 14
@@ -19,7 +17,7 @@ script:
19- travis_wait yarn build 17- travis_wait yarn build
20 18
21node_js: 19node_js:
22- '7' 20- '8'
23 21
24before_install: 22before_install:
25- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev; fi 23- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev; fi