Skip to content

Commit bd134a9

Browse files
committed
Update cmake and travis
1 parent c1364a1 commit bd134a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
dist: xenial
2+
13
language: c
24

35
compiler : gcc

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.13)
1+
cmake_minimum_required(VERSION 3.9.2)
22
project(mini_lang_compiler C)
33

44
set(CMAKE_C_STANDARD 11)

0 commit comments

Comments
 (0)