Skip to content

Commit

Permalink
[TEST] add Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 14, 2016
1 parent 374cd55 commit c7da81b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: false
language: node_js
script:
- npm install bower
- npm run bower
- npm run gruntDefault
- npm run check
node_js:
- v6
branches:
only:
- master
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "Front-End layout for theme_t3kit_bluemountain project",
"license": "MIT",
"repository": "t3kit/felayout_bluemountain",
"scripts": {
"check": "grunt check",
"gruntDefault": "grunt dev",
"bower": "bower install"
},
"devDependencies": {
"autoprefixer": "6.3.7",
"chalk": "1.1.3",
Expand Down

0 comments on commit c7da81b

Please sign in to comment.