Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
only build artifacts when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstyle committed Dec 1, 2015
1 parent 915505e commit b250255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ before_script:
- psql -c 'create database "stellar-core_test";' -U postgres
script:
- bash scripts/run_tests.bash
- bash scripts/build_artifacts.bash
env:
global:
- DATABASE_URL=postgres://localhost:5432/horizon_test?sslmode=disable&user=postgres
Expand All @@ -24,6 +23,8 @@ addons:
matrix:
allow_failures:
- go: tip
before_deploy:
- bash scripts/build_artifacts.bash
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit b250255

Please sign in to comment.