Explorar el Código

travis should not run android tests

Daniel Zlotin hace 8 años
padre
commit
dcf3b65ee6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

1
-set -e
2
 language: node_js
1
 language: node_js
3
 node_js:
2
 node_js:
4
   - "node"
3
   - "node"
19
   - yarn
18
   - yarn
20
 
19
 
21
 script:
20
 script:
21
+  - set -e
22
   - npm run test
22
   - npm run test