Commit 6c9f1b365bd2f2ac430fdcbcc400221bf82e58b5
1 parent
8171395e
Exists in
travis
Removing Gemfile.lock
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
.travis.yml
1 | notifications: | 1 | notifications: |
2 | irc: | 2 | irc: |
3 | channels: | 3 | channels: |
4 | - - "chat.freenode.net#noosferogov" | 4 | + - "chat.freenode.net#noosfero-serpro" |
5 | template: | 5 | template: |
6 | - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" | 6 | - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" |
7 | 7 | ||
@@ -26,6 +26,7 @@ addons: | @@ -26,6 +26,7 @@ addons: | ||
26 | 26 | ||
27 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 | 27 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
28 | before_install: | 28 | before_install: |
29 | + - rg Gemfile.lock | ||
29 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 | 30 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 |
30 | - gem install bundler | 31 | - gem install bundler |
31 | cache: bundler | 32 | cache: bundler |