Adds travis
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@
|
||||
dist
|
||||
bower_components
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
sudo: false
|
||||
language: php
|
||||
php:
|
||||
- '5.5'
|
||||
- '5.4'
|
||||
before_install:
|
||||
- npm install -g bower
|
||||
- npm install
|
||||
script:
|
||||
- npm run build
|
||||
- npm run jshint
|
||||
@@ -1,4 +1,5 @@
|
||||
# [Roots Starter Theme](http://roots.io/)
|
||||
[](https://travis-ci.org/roots/roots)
|
||||
[](https://david-dm.org/roots/roots#info=devDependencies)
|
||||
|
||||
Roots is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boilerplate.com/) & [Bootstrap](http://getbootstrap.com/) that will help you make better themes.
|
||||
|
||||
@@ -16,7 +16,10 @@
|
||||
"url": "http://opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"scripts": {},
|
||||
"scripts": {
|
||||
"build": "bower install && gulp",
|
||||
"jshint": "gulp jshint"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user