summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis: more compile combinationspsychocrypt2018-03-261-0/+16
| | | | - add tests whith disabled dependencies
* reenable MACOSX travis testspsychocrypt2018-03-151-6/+5
| | | | - remove `brew trap science`
* disable OSX CI testpsychocrypt2018-02-111-4/+4
| | | | | | | | | | Currently the CI fails due to the issue ``` Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated. The command "if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew tap homebrew/science; fi" failed and exited with 1 during . ``` Until the fix is implemented the OSX tests will be disabled.
* forbid PR to master branchpsychocrypt2017-11-151-0/+1
| | | | | - forbid PR to master if not from our reposetory and named `dev` or `release-*` - do not check forks
* fix broken travis macosx compilepsychocrypt2017-10-081-3/+6
| | | | add `brew update` to avoid that `brew tap homebrew/science` crash
* disable cuda install for MacOSpsychocrypt2017-10-011-13/+13
|
* return 0 if help is calledpsychocrypt2017-10-011-1/+3
| | | | - add CIvariables to debug cuda build
* fix CIpsychocrypt2017-09-301-4/+34
| | | | | - fix windows CI - add CUDA to linux CI
* fix CI testspsychocrypt2017-09-301-2/+2
|
* Adding osx for Travis CIPetr Ruzicka2017-06-201-1/+14
|
* Initial Travis CI script addedPetr Ruzicka2017-06-141-0/+62
OpenPOWER on IntegriCloud