shithub: pokecrystal

Download patch

ref: 162db5cdfdf0e6495a19491a551fafe229462d2b
parent: 2641f93ad084b1329b3f3b9f7c8c222445fc4832
author: yenatch <yenatch@gmail.com>
date: Sat Jun 30 18:28:13 EDT 2018

osx build

--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
 language: c
+os:
+  - linux
+  - osx
 install:
   - |-
     path="$(pwd)"; cd;
@@ -20,4 +23,3 @@
 script:
   - make -j2 compare
   - check_status
-