Peter M. Groen
/
redox
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e049f6d74be4cd05b9591f4d63ad883c3dd7db2b
Authored by
Hayk Martirosyan
2016-06-13 22:33:16 -0700
1 parent
7f22660e
Relative path to make-ci
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
.travis.yml
.travis.yml
View file @
e049f6d
1
1
# Enable C++ support
2
2
language: cpp
3
3
# OS
4
-sudo:
false
4
+sudo:
required
5
5
dist: trusty
6
6
# Compiler selection
7
7
compiler:
8
8
- clang
9
9
- gcc
10
10
# Build steps
11
-script: make-ci.sh
11
+script: ./make-ci.sh
...
...