Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Try and fix travis build now server is in a subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwhite committed Sep 5, 2017
1 parent 9415126 commit 6f8bab7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/.travis.yml → .travis.yml
@@ -1,4 +1,5 @@
dist: trusty
language: ruby
rvm:
- 2.4.0
script: bundle exec rspec
script: build.sh
8 changes: 8 additions & 0 deletions build.sh
@@ -0,0 +1,8 @@
#!/bin/sh

# Client build
echo "TODO: add client build"

# Server build
cd server
bundle exec rspec

0 comments on commit 6f8bab7

Please sign in to comment.