Daniel Zlotin 8 years ago
parent
commit
6431a2c7bf
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      .travis.yml

+ 5
- 3
.travis.yml View File

@@ -13,8 +13,8 @@ cache:
13 13
   directories:
14 14
   - $HOME/.yarn-cache
15 15
 
16
-#before_install:
17
-#  - set -e
16
+before_install:
17
+  - set -e
18 18
 
19 19
 install:
20 20
   - npm i -g yarn
@@ -22,4 +22,6 @@ install:
22 22
 
23 23
 script:
24 24
   - npm run test
25
-  - "ALL OK"
25
+
26
+after_script:
27
+  - echo "BUILD FINISHED"