Skip to content

Commit

Permalink
Corrected unmatche ""
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenne committed Oct 18, 2018
1 parent 2a30c02 commit 12268e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ r_github_packages:
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"" >> ~/.R/Makevars
- echo "CXX14=g++ -std=c++1y" >> ~/.R/Makevars

after_success:
- travis_wait 59 Rscript -e 'covr::coveralls(line_exclusions="src/init.cpp")'
Expand Down

0 comments on commit 12268e4

Please sign in to comment.