Przeglądaj źródła

Remove unnecesary before_install step

JC Brand 6 lat temu
rodzic
commit
d2b1f2c97a
1 zmienionych plików z 2 dodań i 6 usunięć
  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