Skip to content

Commit a72a4c7

Browse files
committed
Travis-CI: "sudo: false" to use the lighter container-based builds
1 parent e56a28e commit a72a4c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: perl
42

53
perl:
@@ -12,6 +10,9 @@ perl:
1210
- "5.10"
1311
- "5.8"
1412

13+
# Use the container-base Travis infrastructure
14+
sudo: false
15+
1516
notifications:
1617
on_success: change
1718
on_failure: always

0 commit comments

Comments
 (0)