Skip to content

Commit b5bf7d7

Browse files
committed
Attempt Travis matrix build to run JS in addition to R tests
1 parent 5f22d0d commit b5bf7d7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.travis.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2-
3-
language: R
4-
sudo: required
5-
cache: packages
6-
7-
before_install:
8-
- sudo apt-get install -y libv8-dev
1+
matrix:
2+
include:
3+
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
4+
- language: R
5+
sudo: required
6+
cache: packages
7+
before_install:
8+
- sudo apt-get install -y libv8-dev
9+
- language: node_js
10+
addons:
11+
- chrome: stable

0 commit comments

Comments
 (0)