Browse Source

Remove unnecesary before_install step

JC Brand 6 years ago
parent
commit
d2b1f2c97a
1 changed files with 2 additions and 6 deletions
  1. 2 6
      .travis.yml

+ 2 - 6
.travis.yml

@@ -1,16 +1,12 @@
-dist: xenial 
+dist: xenial
 language: node_js
 cache:
     directories:
         - node_modules
 addons:
-    chrome: stable
+  chrome: unstable
 node_js:
  - "10"
-before_install:
-  - npm install -g lerna
-  - rm -rf ./node_modules
-  - export LERNA=$(which lerna)
 install: make stamp-npm
 before_script: make serve_bg
 script: make check