Commit e049f6d74be4cd05b9591f4d63ad883c3dd7db2b

Authored by Hayk Martirosyan
1 parent 7f22660e

Relative path to make-ci

Showing 1 changed file with 2 additions and 2 deletions
.travis.yml
1 # Enable C++ support 1 # Enable C++ support
2 language: cpp 2 language: cpp
3 # OS 3 # OS
4 -sudo: false 4 +sudo: required
5 dist: trusty 5 dist: trusty
6 # Compiler selection 6 # Compiler selection
7 compiler: 7 compiler:
8 - clang 8 - clang
9 - gcc 9 - gcc
10 # Build steps 10 # Build steps
11 -script: make-ci.sh 11 +script: ./make-ci.sh