Browse code

add ncdfFlow to install field of travis

mikejiang authored on 12/04/2018 18:58:07
Showing 1 changed files

... ...
@@ -20,6 +20,7 @@ before_install:
20 20
 install:
21 21
   - R -e 'devtools::install_deps(dep = T,type="binary")'
22 22
   - R -e 'devtools::install_github("RGLab/flowCore",ref="trunk")'
23
+  - R -e 'devtools::install_github("RGLab/ncdfFlow",ref="trunk")'
23 24
   - R -e 'devtools::install_github("RGLab/cytolib",ref="trunk")'
24 25
   
25 26
 env: