https://github.com/stan-dev/stan
Raw File
Tip revision: 5980a4a42eaa9aa3a1258267c021f45d964d4528 authored by Rob Trangucci on 21 January 2015, 15:55:24 UTC
Changes to tests incorporating new boundary conditions and correction to pareto_type_2_log's partials
Tip revision: 5980a4a
.travis.yml
language: cpp
compiler:
  - clang
  - gcc
env:
  - RUN_TARGET=build TEST_TARGET=test-unit
#  - RUN_TARGET=docs
script: make CC="$CXX" ${RUN_TARGET} ${TEST_TARGET}
branches:
  only:
    - develop
    - master
#notifications:
#  recipients:
#    - mc.stanislaw@gmail.com
#  email:
#    on_success: change
#    on_failure: always
matrix:
  exclude: # only make docs once:
    - compiler: clang
 #     env: RUN_TARGET=docs
      script: make CC="$CXX" "${RUN_TARGET}" "${TEST_TARGET}"
      
back to top