summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2018-11-19 15:13:06 +0100
committergnzlbg <gonzalobg88@gmail.com>2018-11-20 11:19:34 +0100
commitd1457314dd3f887a3d7da98408b15b15db6d675c (patch)
tree696095d9bb26ce1635b504e9409b6cf8318cc242 /.travis.yml
parenta9b3f97d442fa9e787b169285dab7f8beaf2ced8 (diff)
downloadrust-libc-d1457314dd3f887a3d7da98408b15b15db6d675c.tar.gz
Factor out platforms for which libc is empty
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e7f548a03..7ea11e7695 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,6 +81,10 @@ matrix:
# QEMU based targets that compile in an emulator
- env: TARGET=x86_64-unknown-freebsd
+ - env: TARGET=wasm32-unknown-unknown
+ install: rustup target add $TARGET
+ script: cargo build --no-default-features --target $TARGET --release
+
- name: "Shellcheck"
install: true
script: