Skip to content

Commit d24c694

Browse files
committed
Show TRAVIS_SECURE_ENV_VARS
1 parent 1010010 commit d24c694

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.travis.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
language: ruby
22

3-
before_install:
4-
- head `which bundle`
5-
- which bundle
6-
- gem uninstall bundler -x -a
7-
- which bundle
8-
- rvm @global do gem uninstall bundler --all --executables
9-
- which bundle || true
10-
- rvm @global do gem install bundler --version '~> 1.5.2'
11-
- which bundle
12-
- bundle --version
3+
env:
4+
secure: "QHaLK5wPFGNPDwlLxfxoSNi+mj9sxKY8faulZyz4vasWJKEsBoINyd1uVsVb0GzEtzeKaiekI2RBbgdi0W9R67hA5xP3EomNdKqre/GPmdtBJIC0BhRSsrxkiBixt70c0OgUxJepQW12U5HCJiv9pbZxjqEDfStIKNTRk6vmMhs="
135

146
install:
15-
- true
7+
- echo $TRAVIS_SECURE_ENV_VARS
8+
- echo $FOO
169

1710
script:
1811
- true

0 commit comments

Comments
 (0)