Skip to content

Commit 42ce138

Browse files
committed
[TASK] Configure Travis for better build performance
* set sudo: false so Travis can use their new container-based infrastructure * enable bundler caching
1 parent ac90d25 commit 42ce138

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
sudo: false
12
language: ruby
3+
cache: bundler
24
env:
35
- USE_MINI_PORTILE=true
46
- USE_MINI_PORTILE=false

0 commit comments

Comments
 (0)