Skip to content

Commit 9017941

Browse files
committed
Merge pull request #89 from shakacode/travis-ci
Add travis.yml file for Travis-CI build
2 parents 2309451 + f72f982 commit 9017941

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language:
2+
- ruby
3+
rvm:
4+
- 2.2.2
5+
install:
6+
- bundle install
7+
- npm install
8+
- cd client && $(npm bin)/webpack --config webpack.rails.config.js
9+
env:
10+
- export RAILS_ENV=test
11+
script:
12+
- bundle exec rake db:schema:load
13+
- bundle exec rake
14+
- bundle exec rake lint

0 commit comments

Comments
 (0)