Browse Source

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

master
Caleb James DeLisle 4 years ago
parent
commit
b16e53505f
1 changed files with 1 additions and 1 deletions
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save