diff options
author | Palaparthy Adityachandra | 2020-04-02 16:03:06 +0530 |
---|---|---|
committer | GitHub | 2020-04-02 16:03:06 +0530 |
commit | d749a166c86db15f580b9e07eb65fe3344d9881a (patch) | |
tree | 68a26e2c014314086608671d97967614a5db1ff0 /.travis.yml | |
parent | 34b72832775c48788bd5154227a3e0faf6affadd (diff) | |
parent | 61abccdcb0b0a44f4db60e3bb4d09d1ec5dc50e3 (diff) | |
download | online_test-d749a166c86db15f580b9e07eb65fe3344d9881a.tar.gz online_test-d749a166c86db15f580b9e07eb65fe3344d9881a.tar.bz2 online_test-d749a166c86db15f580b9e07eb65fe3344d9881a.zip |
Merge pull request #670 from prathamesh920/R-tests-N-codemirror-mode
Add tests for R evaluator and codemirror R mode
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a2cf266..892898e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ services: before_install: - sudo apt-get update -qq - sudo apt-get install -y scilab + - sudo apt-get install -y r-base - export DISPLAY=:99.0 # command to install dependencies |