Browse Source

travis: test npm-publish latest and bleedingedge versions

Herbert Vojčík 9 years ago
parent
commit
32cd3ec3c8
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -10,3 +10,11 @@ install:
   - cd external/amber-cli
   - npm install
   - cd ../..
+script:
+  - npm test
+  - cd external/amber-cli
+  - npm install -g amber-cli
+  - AMBER_CLI=amber npm test
+  - npm install -g amber-cli@bleedingedge
+  - AMBER_CLI=amber npm test
+  - cd ../..