Skip to content

Commit 16f3731

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/jeanlego'
2 parents 09a2d24 + 57df9ee commit 16f3731

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
dist: trusty
2+
sudo: required
3+
language: cpp
4+
before_install:
5+
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6+
- sudo apt-get update -qq
7+
8+
install:
9+
# C++14
10+
- sudo apt-get install -qq build-essential libx11-dev cmake flex bison ctags clang
11+
- sudo apt-get install -qq g++-6
12+
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
13+
14+
# safelist
15+
branches:
16+
only:
17+
- jeanlego
18+
script: make && make install
19+
cache: bundler

0 commit comments

Comments
 (0)