1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Upgrade Travis CI conf

This commit is contained in:
Alessandro Ranellucci
2015-12-05 15:07:37 +01:00
parent d0db8914f7
commit 4b59490330
+9 -4
View File
@@ -9,7 +9,12 @@ branches:
only:
- master
- stable
before_script:
- sudo add-apt-repository -y ppa:boost-latest/ppa
- sudo apt-get update -qq
- sudo apt-get install libboost-thread1.55-dev libboost-system1.55-dev
sudo: false
cache:
- apt
addons:
apt:
sources:
- boost-latest
packages:
- libboost-thread1.55-dev libboost-system1.55-dev