Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blmoore authored Jul 12, 2019
1 parent 5f8406d commit 517b5e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ matrix:
- os: osx
r: devel

before_install:
- mkdir -p ~/.R
- echo "CXX14FLAGS=-O3 -mtune=native -march=native -Wno-unused-variable -Wno-unused-function -Wno-macro-redefined" >> ~/.R/Makevars
- echo "CXX14=g++ -std=c++1y -fPIC" >> ~/.R/Makevars

r_packages:
- covr
after_success:
- Rscript -e 'covr::codecov()'
- Rscript -e 'covr::codecov()'

cache: packages
sudo: false
Expand Down

0 comments on commit 517b5e4

Please sign in to comment.