More react changes

This commit is contained in:
Colin McLeod
2015-11-30 22:55:53 -08:00
parent 79224f4f9a
commit 035f6b3efa
10 changed files with 235 additions and 136 deletions

View File

@@ -9,9 +9,8 @@ cache:
- node_modules
before_script:
- npm install -g gulp
- npm install -g bower
script:
- gulp lint
- gulp build-prod
- gulp test
- npm run lint
- npm test
- npm run build