Skip to content
Snippets Groups Projects
Commit 19a63766 authored by armatusmiles's avatar armatusmiles
Browse files

[*] .travis.yml configure change

parent 2564d01f
No related branches found
No related tags found
No related merge requests found
sudo: required sudo: required
language: cpp language: cpp
compiler: gcc compiler: c
dist: trusty dist: xenial
notifications: notifications:
email: false email: false
...@@ -10,7 +10,6 @@ before_install: ...@@ -10,7 +10,6 @@ before_install:
- git submodule update --recursive - git submodule update --recursive
script: script:
- export CC=gcc-5
- mkdir build - mkdir build
- cd build - cd build
- cmake -DBUILD_DAP_UDP_SERVER_TESTS=ON ../ - cmake -DBUILD_DAP_UDP_SERVER_TESTS=ON ../
...@@ -22,6 +21,5 @@ addons: ...@@ -22,6 +21,5 @@ addons:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- gcc-5
- libev-dev - libev-dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment