Skip to content

Commit

Permalink
simplify vars, remove unused tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Mar 22, 2017
1 parent 8bb45e2 commit bbc3df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ branches:
except:
- /^\d+$/

env:
global:
# compiler command for Travis
- CXX=g++-4.8
# build number used by blt pipeline
- CI_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

before_install:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CI_BUILD_NUMBER ?= $(USER)-snapshot
VERSION ?= 1.0.$(CI_BUILD_NUMBER)
TRAVIS_BUILD_NUMBER ?= $(USER)-snapshot
VERSION ?= 1.0.$(TRAVIS_BUILD_NUMBER)

version:
@echo $(VERSION)
Expand Down

0 comments on commit bbc3df7

Please sign in to comment.