Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Remedy Travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
randyzwitch committed Mar 25, 2016
1 parent d978626 commit 615728a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 16 deletions.
18 changes: 4 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
language: c
before_install:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
- ./travis-tool.sh bootstrap
install:
- ./travis-tool.sh install_deps
script: ./travis-tool.sh run_tests
on_failure:
- ./travis-tool.sh dump_logs
notifications:
email:
on_success: change
on_failure: change
language: r
warnings_are_errors: true
sudo: false
cache: packages
env:
global:
- secure: fiyGwDpuFeKotrOqSsRpHr8f3eAjK3pfUBoW7PIqa4rAzuvPR2Ft2j/a2EvsuPlXwxsb7i9pjtbSBXIHoLngCEJ6kDNOCPeKCLNGW8SEWImQC18ThNcCOrD8rdgdON3IeZbS0mWWJqfK6CUELeuZAEt2pqlmLa+0TrNKPW8PTls=
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat-build.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
library(testthat)
test_check("RSiteCatalyst", filter = "build")
2 changes: 2 additions & 0 deletions tests/testthat-get.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
library(testthat)
test_check("RSiteCatalyst", filter = "get")
2 changes: 2 additions & 0 deletions tests/testthat-queue.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
library(testthat)
test_check("RSiteCatalyst", filter = "queue")
2 changes: 2 additions & 0 deletions tests/testthat-save.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
library(testthat)
test_check("RSiteCatalyst", filter = "sa|sc|su")
2 changes: 0 additions & 2 deletions tests/testthat.R

This file was deleted.

0 comments on commit 615728a

Please sign in to comment.