Skip to content

Commit

Permalink
Build to wait for 20 min for long vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
iagomosqueira committed Aug 16, 2017
1 parent 9c2cfee commit e41db2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ os:
- linux

language: r

r:
- release
- devel
Expand Down Expand Up @@ -34,3 +35,8 @@ branches:

r_build_args: --no-build-vignettes --no-manual --no-resave-data
r_check_args: --no-build-vignettes --no-manual

script:
- |
R CMD build .
travis_wait 20 R CMD check FLa4a*tar.gz

0 comments on commit e41db2e

Please sign in to comment.