Skip to content

Commit 2c4fe9c

Browse files
Completely reverting commit 4fe8c5b
Travis docker based infra is not suited for testing this plugin
1 parent 5a08459 commit 2c4fe9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ language: ruby
22
notifications:
33
email:
44
5-
sudo: false
6-
cache: bundler
75
before_install:
8-
- apt-get update -qq
9-
- apt-get install -qq -y bsdtar
6+
- sudo apt-get update -qq
7+
- sudo apt-get install -qq -y bsdtar
108
- gem install bundler -v '1.5.2'
119
rvm:
1210
- 2.0.0

0 commit comments

Comments
 (0)