Skip to content

Commit

Permalink
Added Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danlwarren committed Nov 23, 2017
1 parent 874a3a8 commit 2f2c4e9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
language: r
language: r

sudo: required

before_install:
- echo 'options(Ncpus = 2)' >> ~/.Rprofile
- echo 'options(mc.cores = 2)' >> ~/.Rprofile

0 comments on commit 2f2c4e9

Please sign in to comment.