forked from GMOD/jbrowse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
29 lines (29 loc) · 775 Bytes
/
Copy path.travis.yml
File metadata and controls
29 lines (29 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
sudo: false
language: perl
addons:
apt:
packages:
- libdb-dev
- libgd2-noxpm-dev
- nginx
cache:
- extlib/
- $HOME/perl5/
before_install:
- cpanm --notest GD::Image Text::Markdown DateTime
- cpanm --notest git://github.com/bioperl/bioperl-live.git@v1.6.x
- npm install -g jshint bower
install:
- bower install
- bash setup.sh
before_script:
- cat tests/travis.conf | envsubst > tests/travis-envsubst.conf
- nginx -c `pwd`/tests/travis-envsubst.conf
script:
- phantomjs tests/js_tests/run-jasmine.js http://localhost:9000/tests/js_tests
- jshint src/JBrowse/
- make -f build/Makefile release
after_failure:
- cat JBrowse-1.x.x-dev/setup.log
- find JBrowse-1.x.x-dev/extlib/lib/perl5
- cat JBrowse-1.x.x-dev/src/build-report.txt