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 15, 2016
1 parent 152a146 commit 325725f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
git:
submodules: false
before_install:
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
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": "Javascript framework for live editing t3kit Theme with color picker (instead of backend forms)",
"license": "MIT",
"repository": "t3kit/theme_t3kit_customizer",
"scripts": {
"check": "grunt check",
"gruntDefault": "grunt dev",
"bower": "bower install"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-assemble": "0.4.0",
Expand Down

0 comments on commit 325725f

Please sign in to comment.