Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
h4child committed Mar 6, 2018
1 parent f9687d0 commit 855906d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: trusty
sudo: require
language: cpp
language: c
compiler: gcc
addons:
apt:
Expand All @@ -14,6 +14,7 @@ addons:
- libssl-dev
- libcurl4-openssl-dev
script:
- find /usr/local/include/ -name curl
- sudo ln -s /usr/bin/gcc-6 /usr/local/bin/gcc
- sudo ln -s /usr/bin/g++-6 /usr/local/bin/g++
- export CC=/usr/bin/gcc-6
Expand Down

0 comments on commit 855906d

Please sign in to comment.