diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-14 21:31:11 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-14 21:31:11 +0100 |
commit | 1d8d2f84aacd6d61bceb030176b069451aad0572 (patch) | |
tree | 31fe465c59cde90bd722db385c5444928c20641a | |
parent | 15bbd251f6152dd8c5222d095a80e57506cccec8 (diff) | |
parent | 2a2cfbd0cf4df0326f8a02eac306d32b2d6e91b6 (diff) | |
download | micropython-1d8d2f84aacd6d61bceb030176b069451aad0572.tar.gz micropython-1d8d2f84aacd6d61bceb030176b069451aad0572.zip |
Merge branch 'master' of github.com:micropython/micropython
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..6f529ea71e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: c +compiler: + - gcc + +before_script: + - sudo apt-get install python3 + +script: + - make -C unix + - tests/run-tests |