Commit Graph

5 Commits

Author SHA1 Message Date
Holger Rapp
01c4bde123 Remove travis caching and avoid rate limiting. (#962)
The caching only saves a few minutes and seems brittle.
2018-04-09 15:05:40 +02:00
Holger Rapp
411d0118ef Use a GitHub access token to avoid rate limiting of API. (#961)
This will not help pull requests, as they are considered untrusted by Travis. But at least master builds and pull requests from branches in this repo should not hit rate limiting now.
2018-04-09 12:51:34 +02:00
Holger Rapp
da6efc3e7d Rename scripts -> docker. Make repro more useful. 2018-04-05 21:52:33 +02:00
Holger Rapp
53c6771d2b Install unidecode, so that all things we can test are tested. 2018-04-01 20:57:57 +02:00
Holger Rapp
539c557680
Move travis testing into docker for better consistency. (#950)
This now only tests python2 on Vim 7.4, 8.0 and git. No Neovim (that has been broken for a long time anyways) and no longer any python3 testing. But hey, we have green tests again!
2018-04-01 00:56:34 +02:00