From 932a0468f5b59744dbef5c4337a7d782de5bd77d Mon Sep 17 00:00:00 2001
From: Russell Jarvis <colouredstatic@gmail.com>
Date: Sat, 2 Feb 2019 18:48:06 -0700
Subject: [PATCH] dev changes

---
 travis.yml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/travis.yml b/travis.yml
index 50445e0..ad51865 100644
--- a/travis.yml
+++ b/travis.yml
@@ -1,12 +1,5 @@
 
-language: python
-R
-python:
-  - "3.4"
-cache: pip
-install:
-  - pip install -r requirements.txt
+- R -e 'devtools::install_deps(dep = remotes)'
+
 script:
-  - R
-  
-  # py.test --cov-report term-missing --cov app -v
+- R grab_data.R
-- 
GitLab