Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de7a8d5

Browse filesBrowse files
can never get the bash syntax right
1 parent ecacd21 commit de7a8d5
Copy full SHA for de7a8d5

File tree

1 file changed

+2
-3
lines changed
Filter options

1 file changed

+2
-3
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ before_install:
66
- ./travis-tool.sh bootstrap
77
- ./travis-tool.sh github_package RcppCore/RcppParallel
88
- ./travis-tool.sh github_package testthat
9-
- if [ "$RCPP" = "Rcpp" ] then ./travis-tool.sh github_package RcppCore/Rcpp; fi
10-
- if [ "$RCPP" = "Rcpp11" ] then ./travis-tool.sh github_package Rcpp11/Rcpp11; fi
11-
- if [ "$RCPP" = "Rcpp11" ] then ./travis-tool.sh github_package Rcpp11/attributes; fi
9+
- if [ "$RCPP" = "Rcpp" ]; then ./travis-tool.sh github_package RcppCore/Rcpp; fi
10+
- if [ "$RCPP" = "Rcpp11" ]; then ./travis-tool.sh github_package Rcpp11/Rcpp11; ./travis-tool.sh github_package Rcpp11/attributes; fi
1211

1312
script:
1413
- Rscript testthat.R

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.