diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-17 11:30:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 11:30:23 -0800 |
commit | c7b1e2957608996e751a0632a51950024f3ed29f (patch) | |
tree | 1a651866bf80cbef746465df56910deade2af45f | |
parent | 61d8314c3bf5cff1389447506f8b46c505a3f528 (diff) | |
parent | 3fa1603283ea35d87e919baf1fa3616942d7a767 (diff) | |
download | crosstool-ng-c7b1e2957608996e751a0632a51950024f3ed29f.tar.gz crosstool-ng-c7b1e2957608996e751a0632a51950024f3ed29f.tar.bz2 crosstool-ng-c7b1e2957608996e751a0632a51950024f3ed29f.zip |
Merge pull request #543 from stilor/travis-timeout
Remove travis samples prone to timeout.
-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 |