travis: config doesn't need to be present anymore
This commit is contained in:
parent
db7f005dd2
commit
9e658e5f58
|
@ -4,5 +4,4 @@ before_install:
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- cp config.js.example config.js
|
|
||||||
script: grunt
|
script: grunt
|
||||||
|
|
Loading…
Reference in a new issue