Skip to content

Commit

Permalink
Merge branch 'master' into timob-20267
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjsamir committed Jun 7, 2017
2 parents 238343b + 8093ab9 commit 9f39721
Show file tree
Hide file tree
Showing 5,915 changed files with 255,160 additions and 195,662 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ script:
- "export VERSION=`sed -n 's/^ *\"version\": *\"//p' package.json | tr -d '\"' | tr -d ','`"
- export TIMESTAMP=`date +'%Y%m%d%H%M%S'`
- export VTAG=$VERSION.v$TIMESTAMP
- cd build
- npm install .
- cd build
- node scons.js build
- node scons.js package --version-tag $VTAG
- cd ..
- npm install
- ls dist
- npm install grunt-cli
- npm test

0 comments on commit 9f39721

Please sign in to comment.