We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1010010 commit d24c694Copy full SHA for d24c694
.travis.yml
@@ -1,18 +1,11 @@
1
language: ruby
2
3
-before_install:
4
- - head `which bundle`
5
- - which bundle
6
- - gem uninstall bundler -x -a
7
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
12
- - bundle --version
+env:
+ secure: "QHaLK5wPFGNPDwlLxfxoSNi+mj9sxKY8faulZyz4vasWJKEsBoINyd1uVsVb0GzEtzeKaiekI2RBbgdi0W9R67hA5xP3EomNdKqre/GPmdtBJIC0BhRSsrxkiBixt70c0OgUxJepQW12U5HCJiv9pbZxjqEDfStIKNTRk6vmMhs="
13
14
install:
15
- - true
+ - echo $TRAVIS_SECURE_ENV_VARS
+ - echo $FOO
16
17
script:
18
- true
0 commit comments