Commit Graph

10 Commits (435ce6016578331348297bc2994cbbdd6e6e51a6)

Author SHA1 Message Date
Björn Lindqvist 8eb76bdee0 travis: DEBUG build, makes factor slower but catches more errors (hopefully) 2018-01-31 18:26:46 +01:00
Björn Lindqvist cc389c4bed ops, trying to fix travis 2018-01-24 03:17:49 +01:00
Björn Lindqvist c3f04e773b travis: only compile for now
This is to make Travis green. When we have solved the timeout issues, we can add more tests.
2018-01-23 22:56:33 +01:00
Doug Coleman fed7da34e2 travis: group: deprecated-2017Q4 to keep using sudo and the "fast version" of the images.
it seems linux is timing out after the recent travisci changes.
2017-12-28 09:11:26 -08:00
Doug Coleman 97303bc475 travis: don't test fftw.
On mac it installs gcc. Also, it's just ffi calls, and if ffi calls break, we will notice elsewhere.
2017-12-22 12:43:22 -06:00
Doug Coleman 17b9133a4c factor: disable benchmarks in a better way to get travis and macs unstuck. 2017-12-22 11:40:50 -06:00
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