diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-17 00:06:41 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-17 00:18:09 -0800 |
commit | 3fa1603283ea35d87e919baf1fa3616942d7a767 (patch) | |
tree | c20865a612d232d1a62696f11d5127ab68f5c3f6 | |
parent | ee69c763568f44507198d39977e2a5bc7a0d098b (diff) | |
download | crosstool-ng-3fa1603283ea35d87e919baf1fa3616942d7a767.tar.gz crosstool-ng-3fa1603283ea35d87e919baf1fa3616942d7a767.tar.bz2 crosstool-ng-3fa1603283ea35d87e919baf1fa3616942d7a767.zip |
Remove travis samples prone to timeout.
Hopefully, this makes travis do something useful.
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 343b6a1e..83afce2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,8 +37,6 @@ install: # by the continuous integration system env: - CT_SAMPLE=arm-unknown-eabi - - CT_SAMPLE=arm-unknown-linux-gnueabi - - CT_SAMPLE=armeb-unknown-linux-gnueabi - CT_SAMPLE=arm-unknown-linux-musleabi - CT_SAMPLE=aarch64-unknown-linux-gnueabi - CT_SAMPLE=mips64el-multilib-linux-uclibc |