travis: use config.js.example for CI
This commit is contained in:
parent
c48f053619
commit
ad0bd8182d
|
@ -6,4 +6,5 @@ before_install:
|
|||
install:
|
||||
- npm install
|
||||
- bower install
|
||||
- cp config.js.example config.js
|
||||
script: grunt
|
||||
|
|
Loading…
Reference in a new issue