Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fix travis build: update travis to launch ccxt in a docker image (#122)
Browse files Browse the repository at this point in the history
needed since we have expanded CCXT integrations using the list of exchanges returned from the CCXT endpoint
nikhilsaraf authored Mar 13, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 224f854 commit bb9813b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -2,12 +2,16 @@ language: go

go_import_path: github.com/stellar/kelp

services:
- docker

go:
- "1.10.x"
- "1.11"

before_install:
- curl https://glide.sh/get | sh
- docker run -p 3000:3000 -d franzsee/ccxt-rest

install:
- glide install

0 comments on commit bb9813b

Please sign in to comment.