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 | 1 | notifications: |
2 | 2 | irc: |
3 | 3 | channels: |
4 | - - "chat.freenode.net#noosferogov" | |
4 | + - "chat.freenode.net#noosfero-serpro" | |
5 | 5 | template: |
6 | 6 | - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" |
7 | 7 | |
... | ... | @@ -26,6 +26,7 @@ addons: |
26 | 26 | |
27 | 27 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
28 | 28 | before_install: |
29 | + - rg Gemfile.lock | |
29 | 30 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 |
30 | 31 | - gem install bundler |
31 | 32 | cache: bundler | ... | ... |