Peter M. Groen
/
CLI11
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
aae31265b3c5f5e4ec9d57b9d11c5ada264cad70
Authored by
Henry Fredrick Schreiner
2017-01-28 19:02:16 -0500
1 parent
15a2a94e
Requires 4.9+ GCC
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
.travis.yml
.travis.yml
View file @
aae3126
...
...
@@ -8,8 +8,8 @@ cache:
8
8
addons:
9
9
apt:
10
10
packages:
11
- - g++-4.8
12
- - gcc-4.8
11
+ - g++-4.9
12
+ - gcc-4.9
13
13
sources:
14
14
- ubuntu-toolchain-r-test
15
15
...
...