Skip to content

Commit a93d40a

Browse files
committed
Upgrade travis to container-based infrastructure
1 parent 3bd8639 commit a93d40a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: c
2-
before_install:
3-
- sudo apt-get update -qq
4-
- sudo apt-get install gforth texinfo texlive
2+
sudo: false
3+
addons:
4+
apt:
5+
packages:
6+
- gforth
7+
- texinfo
8+
- texlive
59
script: make test

0 commit comments

Comments
 (0)