aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ba8bc86ac..81d250c3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ matrix:
9 - libxext-dev 9 - libxext-dev
10 - libxss-dev 10 - libxss-dev
11 - libxkbfile-dev 11 - libxkbfile-dev
12 - rpm
12 - os: osx 13 - os: osx
13 osx_image: xcode11 14 osx_image: xcode11
14 15
@@ -18,7 +19,6 @@ git:
18 submodules: false 19 submodules: false
19# Use sed to replace the SSH URL with the public URL, then initialize submodules 20# Use sed to replace the SSH URL with the public URL, then initialize submodules
20before_install: 21before_install:
21 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules; else sed -i '' 's/git@github.com:/https:\/\/github.com\//' .gitmodules; fi
22 - git submodule update --init --recursive 22 - git submodule update --init --recursive
23install: 23install:
24 - echo do nothing 24 - echo do nothing
@@ -26,8 +26,7 @@ before_script:
26 - npx lerna bootstrap 26 - npx lerna bootstrap
27 - npm install node-sass -g 27 - npm install node-sass -g
28script: 28script:
29 - npm run test 29 - travis_wait 100 npm run build
30 - travis_wait 30 npm run build
31cache: npm 30cache: npm
32 31
33branches: 32branches: