Browse Source

fix travis.yml

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

+ 1 - 1
.travis.yml

@@ -7,6 +7,6 @@ before_install:
 install:
   - npm install -g grunt-cli mocha
   - npm install
-  - cd external/amber_cli
+  - cd external/amber-cli
   - npm install
   - cd ../..