shithub: pokecrystal

Download patch

ref: 89c2646ccaa2c9a0afb358c1d9738e9bb0d42c97
parent: 2641f93ad084b1329b3f3b9f7c8c222445fc4832
parent: 162db5cdfdf0e6495a19491a551fafe229462d2b
author: yenatch <yenatch@gmail.com>
date: Sat Jun 30 20:22:34 EDT 2018

Merge pull request #538 from yenatch/travis

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
-