Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikeller <github@ike.ch>2018-05-20 15:42:53 +0300
committermikeller <github@ike.ch>2018-05-20 15:42:53 +0300
commit19351017a0c19fcee5713b6bc383acfa77d84cfc (patch)
tree100cdcad69ab1f88938ed4467a8ae2b85bcc045c /.travis.yml
parent52d964a1afe1b5c9f560cbf2e05a12b2c6182a7d (diff)
Synchronised node / npm version with blackbox-log-viewer.
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 01a9df21..e474645b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,16 +5,15 @@ os:
- osx
node_js:
- - node
+ - 8.11.2
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y rpm; fi
- - npm i -g npm@latest
+ - npm i -g npm@6.0.1
- npm install gulp -g
script:
- - npm install
- gulp release
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then gulp release --chromeos; fi