Browse Source

travis should not run android tests

Daniel Zlotin 9 years ago
parent
commit
dcf3b65ee6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

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