-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (32 loc) · 1.23 KB
/
.travis.yml
File metadata and controls
32 lines (32 loc) · 1.23 KB
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
30
31
32
language: ruby
cache:
bundler: true
yarn: true
directories:
- node_modules
- vendor/bundle
install:
- bundle install --deployment
- yarn install
before_script:
- export SECRET_KEY_BASE=`bundle exec rake secret`
- bundle exec rake db:create RAILS_ENV=test
script:
- bundle exec rake
- yarn test
after_success:
- chmod +x ./compile-build
- "./compile-build"
services:
- redis-server
- mysql
deploy:
provider: releases
api_key:
secure: KO46Zxg55+qAiURnkgbu5p5TzFC4rYzgJ4KLqvW4h8c8JKZWgGVAHT6mAgKwuI3Kgzg2PR1M94FCch1DiH7/Y3mMRemWfB0Vy4lP9HE0O9R/Cz7zlBU1W8fgfiQ4qP+h4WurJp7sUEXCupApSZrAEAumUNL80XlQbD1XvCy9pzfz1w2Pt7gvcqTMM+pS/20icjz8VXUz9AGDwDFpKNyfP+kmQPJUKTJ6tJ44X/A3+VfoEjcHub5/egsLKt0h15JPGiR/hLpZDaH/x5f+zeeiHkL+EqduyqzsVHDVlY9zDTeQKmB1LZ3eH0xmTZwwB7pryZT1ldXodwU7Wt2uwwo6nrmAhVPbsS5cQ2TWCNOh2EbO+F1szF0glO5L1TVCK80P4VA0wOG4SrzeURoXPK6bi4SuynCoYJPzzy1KCpfKCdZAH1MtqhQ20oTq4y8KFs/9Q8BEZxNacu4nmyW4UlwYVgDaPdg+l2mDlR79/pKo3pVf6ZxKHBNKJukU4LhQMiVho2eym+ExC274E8PlXXdosgexieUUStFBLaF5i037nQa6YBJPjkS0DAiQs35o7fAanZjIVGkITH9NHGr5/Hh7Sv5q6SKBo1M+GS/nCp0Xu5BAIYizupczcNhqHGYZNmS2B4/zV+vJ5qvDsIInODKSEArMxdC2Y0+k0KxhtlERLhc=
file: release.tar.gz
file_glob: true
skip_cleanup: true
on:
repo: sanger/samples_extraction
tags: true