Browse Source

Travis only using clang

Thomas Buck 10 years ago
parent
commit
25c84a2900
2 changed files with 2 additions and 1 deletions
  1. 1
    1
      .travis.yml
  2. 1
    0
      src/Menu.cpp

+ 1
- 1
.travis.yml View File

@@ -1,7 +1,7 @@
1 1
 language: cpp
2 2
 
3 3
 compiler:
4
-    - gcc
4
+    # - gcc # Needs c++11 capabilities, gcc-4.8, not working?
5 5
     - clang
6 6
 
7 7
 before_install:

+ 1
- 0
src/Menu.cpp View File

@@ -6,6 +6,7 @@
6 6
  */
7 7
 
8 8
 #include <cctype>
9
+#include <cstring>
9 10
 
10 11
 #include "global.h"
11 12
 #include "Console.h"

Loading…
Cancel
Save