Skip to content

Commit

Permalink
Enable build on semantic version tag (#83)
Browse files Browse the repository at this point in the history
* Enable build on semantic version tag

* Fix installation of json parser
  • Loading branch information
at-wat authored Jan 7, 2019
1 parent 772ad36 commit 6b859fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ compiler: gcc
branches:
only:
- master
- "/^[0-9]+\\.[0-9]+\\.[0-9]+/"

cache:
- apt
Expand All @@ -30,8 +31,8 @@ before_install:
g++-mingw-w64-x86-64 \
g++-mingw-w64-i686 \
npm
npm config set strict-ssl false # XXX: workaround for CERT_UNTRUSTED error in npm
npm install json
sudo npm config set strict-ssl false # XXX: workaround for CERT_UNTRUSTED error in npm
sudo npm install -g json
fi
script:
Expand Down

0 comments on commit 6b859fc

Please sign in to comment.