1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Migrate .travis to new container infrastructure

This commit is contained in:
Matias Fontanini
2015-08-22 11:05:06 -07:00
parent cec69ee261
commit 69b26bd637

View File

@@ -1,5 +1,7 @@
language: cpp
sudo: false
compiler:
- gcc
- clang
@@ -8,8 +10,11 @@ os:
- linux
- osx
install:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install libpcap-dev libssl-dev; fi
addons:
apt:
packages:
- libpcap-dev
- libssl-dev
before_script:
- mkdir build