testing TRAVIS_BUILD_NUMBER
This commit is contained in:
parent
fb1f737b05
commit
2909fa216e
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
@ -3,3 +3,13 @@ node_js:
|
|||
- 4
|
||||
- 5
|
||||
- 6
|
||||
|
||||
# safelist
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
#env
|
||||
env:
|
||||
global:
|
||||
- TRAVIS_BUILD_NUMBER=8.9
|
||||
|
|
Loading…
Reference in a new issue