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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
Here are some notes from my last review of setting up Travis Continuous integration...
This is just a little note for future development, since now Travis supports virtual machines with R already installed. By not having to download and install R, this presents a big time savings for calculating OHI scores and results. Since only 1 hour is allotted for the use of these free virtual machines, use of the R virtual machine could make the difference in being able to finish or not, resulting in a pass or failure.
You'll notice that the first line in our existing .travis.yml (eg for gye) has:
Hi @jasdumas,
Here are some notes from my last review of setting up Travis Continuous integration...
This is just a little note for future development, since now Travis supports virtual machines with R already installed. By not having to download and install R, this presents a big time savings for calculating OHI scores and results. Since only 1 hour is allotted for the use of these free virtual machines, use of the R virtual machine could make the difference in being able to finish or not, resulting in a pass or failure.
You'll notice that the first line in our existing .travis.yml (eg for gye) has:
The new one would have:
And the old directives using the travis-tool.sh:
would get replaced with:
The big time savings will be from skipping:
- ./travis-tool.sh bootstrap
You can read more here:
The text was updated successfully, but these errors were encountered: