Skip to content

Commit 6c36273

Browse files
committed
Use Travis container infrastructure
1 parent 209d4c4 commit 6c36273

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
---
2+
sudo: false
3+
addons:
4+
apt:
5+
packages:
6+
- aspell
7+
- aspell-en
8+
- iamerican
9+
- ispell
10+
- ispell-dictionary
11+
- nodejs
12+
- php5-cli
213
language: perl
314
perl:
415
- blead
@@ -24,6 +35,4 @@ env:
2435
before_install:
2536
- git config --global user.email "[email protected]"
2637
- git config --global user.name "Test User"
27-
- sudo apt-get update
28-
- sudo apt-get install ispell nodejs php5-cli
2938
- eval $(curl https://travis-perl.github.io/init) --auto

0 commit comments

Comments
 (0)