summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-14 21:31:11 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-14 21:31:11 +0100
commit1d8d2f84aacd6d61bceb030176b069451aad0572 (patch)
tree31fe465c59cde90bd722db385c5444928c20641a
parent15bbd251f6152dd8c5222d095a80e57506cccec8 (diff)
parent2a2cfbd0cf4df0326f8a02eac306d32b2d6e91b6 (diff)
downloadmicropython-1d8d2f84aacd6d61bceb030176b069451aad0572.tar.gz
micropython-1d8d2f84aacd6d61bceb030176b069451aad0572.zip
Merge branch 'master' of github.com:micropython/micropython
-rw-r--r--.travis.yml10
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