It's good to say where the target of your copy command is

This commit is contained in:
Caleb James DeLisle 2016-04-20 18:13:55 +02:00
parent cf4601281b
commit b16e53505f

View File

@ -8,7 +8,7 @@ branches:
node_js: node_js:
- "4.2.1" - "4.2.1"
before_script: before_script:
- cp config.js.dist - cp config.js.dist config.js
- npm install - npm install
- npm install bower - npm install bower
- ./node_modules/bower/bin/bower install - ./node_modules/bower/bin/bower install