Daniel Zlotin 8 anni fa
parent
commit
4b870e24d6
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      .travis.yml

+ 3
- 1
.travis.yml Vedi File

13
   directories:
13
   directories:
14
   - $HOME/.yarn-cache
14
   - $HOME/.yarn-cache
15
 
15
 
16
+before_install:
17
+  - set -e
18
+
16
 install:
19
 install:
17
   - npm i -g yarn
20
   - npm i -g yarn
18
   - yarn
21
   - yarn
19
 
22
 
20
 script:
23
 script:
21
-  - set -e
22
   - npm run test
24
   - npm run test
23
   - echo "ALL OK"
25
   - echo "ALL OK"