micropython/.travis.yml
2014-04-15 02:25:43 +08:00

11 lines
125 B
YAML

language: c
compiler:
- gcc
before_script:
- sudo apt-get install python3
script:
- make -C unix
- tests/run-tests