From aea477ef73d8d4c5a6bd2361591241b76f3ecdbb Mon Sep 17 00:00:00 2001 From: Kevin Deisz Date: Wed, 24 Apr 2019 10:07:10 -0400 Subject: [PATCH] Fix up travis build --- .prettierignore | 4 ++++ .travis.yml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..01989dc4 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,4 @@ +/.github/ +/coverage/ +/pkg/ +/vendor/ diff --git a/.travis.yml b/.travis.yml index d359622e..1d80f124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby rvm: - ruby-head -- 2.6.2 +- 2.6.3 - 2.5.5 branches: only: master @@ -9,8 +9,8 @@ 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