Browse code

add apt_packages for compiling fftwtools pkg

GuangchuangYu authored on 22/05/2015 03:18:43
Showing 1 changed files

... ...
@@ -1,6 +1,11 @@
1
+## reference: http://docs.travis-ci.com/user/languages/r/
2
+
1 3
 language: r
2 4
 bioc_required: true
3 5
 
6
+apt_packages:
7
+  - libfftw3-dev
8
+
4 9
 r_packages:
5 10
   - ape
6 11
   - phylobase
... ...
@@ -18,7 +23,7 @@ bioc_packages:
18 23
   - Biostrings
19 24
   - EBImage
20 25
   - BiocStyle
21
-
26
+  
22 27
 after_failure:
23 28
   - ./travis-tool.sh dump_logs
24 29