Skip to content

Commit

Permalink
GHI-#36 Update CI build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 29, 2017
1 parent 86da79e commit a7cfe44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ before_script:
- npm install gulp
- npm install
script:
- gulp --harmony clean
- gulp --harmony lint
- gulp --harmony compile-babel-js
- npm run test
- gulp --harmony compile-css-template
- gulp --harmony sassdoc
- gulp --harmony jsdoc
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ dependencies:
- npm install
test:
override:
- gulp --harmony clean
- gulp --harmony lint
- gulp --harmony compile-babel-js
- npm run test
- gulp --harmony compile-css-template
- gulp --harmony sassdoc
- gulp --harmony jsdoc
- find . -maxdepth 2 -type d -regextype posix-egrep -regex ".*/build/(.*)" -exec cp -r {} $CIRCLE_ARTIFACTS \;

0 comments on commit a7cfe44

Please sign in to comment.