Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #35 from blandine/bump-version
Browse files Browse the repository at this point in the history
bump version to 1.1.3
  • Loading branch information
blandine committed Mar 7, 2016
2 parents 07666ca + 14d6058 commit f9d8957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install: npm install
before_script: grunt dist --verbose
script:
- ./node_modules/.bin/karma start --single-run --browsers PhantomJS
- if [ "$TRAVIS_BRANCH" == "master" ]; then bash ./deploy-ghpages.sh; fi
- if [ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]; then bash ./deploy-ghpages.sh; fi
env:
global:
- GH_REF: github.com/Teleopti/styleguide.git
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teleopti-styleguide",
"version": "1.1.2",
"version": "1.1.3",
"repository": {
"type": "git",
"url": "git://github.com/Teleopti/styleguide.git"
Expand Down

0 comments on commit f9d8957

Please sign in to comment.