Skip to content

Commit dff56e2

Browse files
author
Tim Jones
authored
Merge pull request #5 from TimJones/add-travis-ci
Add Travis CI
2 parents 37d226d + 4144fdc commit dff56e2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sudo: required
2+
services:
3+
- docker
4+
install: []
5+
script:
6+
- docker build .

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN ./install_git_lfs.sh
2626
FROM resource as tests
2727

2828
RUN apk add --update \
29+
ruby-bigdecimal \
2930
ruby-bundler \
3031
ruby-io-console \
3132
ruby-dev \

0 commit comments

Comments
 (0)