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

Commit

Permalink
Run travis build using make commands and include setup/build pre test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwhite committed Sep 11, 2017
1 parent e7fd671 commit ec8f58b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ echo "TODO: add client build"

# Server build
cd server
bundle exec rspec
make setup
make build
make test
4 changes: 2 additions & 2 deletions server/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: build

deps:
gem install bundler
setup:
gem install --version 1.15.4 bundler

build_assets:
RACK_ENV=production rake assets:precompile
Expand Down

0 comments on commit ec8f58b

Please sign in to comment.