Skip to content

Commit

Permalink
[TEST] install bower dep for Travis CI tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 13, 2016
1 parent d0dbcdd commit 20c0ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
sudo: false
language: node_js
script:
- npm install bower
- npm run bower
- npm run gruntDefault
- npm run check
node_js:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,8 @@
"repository": "t3kit/felayout_t3kit",
"scripts": {
"check": "grunt check",
"gruntDefault": "grunt dev"
"gruntDefault": "grunt dev",
"bower": "bower install"
},
"devDependencies": {
"autoprefixer": "6.3.7",
Expand Down

0 comments on commit 20c0ff6

Please sign in to comment.