Browse Source

travis: use config.js.example for CI

Nils Schneider 9 years ago
parent
commit
ad0bd8182d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -6,4 +6,5 @@ before_install:
 install:
 install:
   - npm install
   - npm install
   - bower install
   - bower install
+  - cp config.js.example config.js
 script: grunt
 script: grunt