Skip to content

Commit

Permalink
Fix up travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Apr 24, 2019
1 parent 0b80864 commit aea477e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.github/
/coverage/
/pkg/
/vendor/
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: ruby
rvm:
- ruby-head
- 2.6.2
- 2.6.3
- 2.5.5
branches:
only: master
before_install: bin/ci-install
script:
- RUBY_VERSION=$(ruby -e 'puts RUBY_VERSION') yarn test
- yarn lint
- yarn build
- yarn print --check '{**/*.{gemspec,rb},Gemfile,Rakefile}'
- yarn test
- yarn print --check '**/*'
- bundle exec rake test
cache:
- bundler
Expand Down

0 comments on commit aea477e

Please sign in to comment.