summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2017-01-24 12:15:22 -0800
committerDave Watson <davejwatson@fb.com>2017-01-24 12:15:22 -0800
commit7b5b5379330995b2d5741588f6fb114677e8786d (patch)
tree056f53e9d321f86ffd77a47922264b0838970023 /.travis.yml
parentf2245573152db29fbe9402d2e36dc6f4142cf643 (diff)
downloadlibunwind-7b5b5379330995b2d5741588f6fb114677e8786d.tar.gz
travis: add mips
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 560ed5ff..56a52e98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ env:
- TARGET=x86-linux-gnu
- TARGET=arm-linux-gnueabihf
- TARGET=aarch64-linux-gnu
+- TARGET=mipsel-unknown-linux-gnu
# Currently experiencing build failures here
#- TARGET=powerpc64-linux-gnu
script: