Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit 7e1b688

Browse files
committed
Try to run tests in docker
1 parent a9dd769 commit 7e1b688

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: bash
2+
sudo: false
3+
cache: apt
24

3-
before_install:
4-
- sudo apt-get update -qq
5-
- sudo apt-get install -y build-essential zlibc make autoconf libtool clang libxml2-dev picolisp libcurl4-openssl-dev
5+
#before_install:
6+
# - sudo apt-get update -qq
7+
# - sudo apt-get install -y build-essential zlibc make autoconf libtool clang libxml2-dev picolisp libcurl4-openssl-dev
68

79
before_script:
810
- ./build.sh

0 commit comments

Comments
 (0)