Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
9
Star
81
Fork
13
ropensci
/
gender
Code
Issues
8
Pull requests
0
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
New style Travis config
Loading branch information
...
1 parent
870a64c
commit
c64eb746c49835a5d9adfa2be42e31b166771c50
lmullen
committed
Apr 14, 2016
Unified
Split
Showing
1 changed file
with
8 additions
and
10 deletions
.
+8
−10
.travis.yml
Show comments
View
18
.travis.yml
@@ -1,16 +1,14 @@
language
:
r
-
sudo
:
required
-
r_binary_packages
:
- -
dplyr
- -
ggplot2
- -
knitr
- -
httr
- -
jsonlite
- -
testthat
- -
rmarkdown
+
sudo
:
false
+
cache
:
packages
+
+
r
:
+-
oldrel
+-
release
+-
devel
+
r_github_packages
:
-
ropensci/genderdata
-
warnings_are_errors
:
true
after_success
:
-
Rscript -e 'covr::codecov()'
Toggle all file notes
0 comments on commit
c64eb74
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
c64eb74