Commit Graph

4 Commits (64d8b29ac372820f0a666196a331fdb7c21b91af)

Author SHA1 Message Date
Doug Coleman 1aaa6b316c travis.yml: Skip benchmarks on travis-ci. 2017-12-17 17:10:07 -06:00
Doug Coleman 93d0dcf357 travis: Don't test forestdb. 2017-12-10 13:03:11 -06:00
Doug Coleman 40d9767084 .travis.yml: Try to disable ``long-unit-test`` so travis doesn't time out. 2017-08-19 00:03:30 -05:00
Doug Coleman 25232859d8 .travis.yml: Add @jonenst's travis-ci with two environment variables.
To set per-repository environment variables:
https://travis-ci.org/factor/factor/settings

OR from the command line, from a repo cloned from github:
```
sudo apt install ruby-dev
sudo gem install travis
travis encrypt FACTOR_IMAP_USER="..." --add
travis encrypt FACTOR_IMAP_PASSWORD="..." --add
```
2017-08-18 22:58:17 -05:00