Skip to content

Commit

Permalink
feat(travis): apply changes from build config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Nov 16, 2019
1 parent d45df1f commit 7d9533c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
# vim: ft=yaml
---
## Machine config
dist: bionic
os: 'linux'
arch: 'amd64'
dist: 'bionic'
version: '~> 1.0'
sudo: required
services:
- docker

## Language and cache config
language: ruby
cache: bundler
language: 'ruby'
cache: 'bundler'

## Script to run for the test stage
script:
Expand Down Expand Up @@ -101,7 +102,6 @@ jobs:
@semantic-release/git@7
deploy:
provider: script
skip_cleanup: true
script:
# Run `semantic-release`
- npx semantic-release@15
cleanup: false
# Run `semantic-release`
script: 'npx semantic-release@15'

0 comments on commit 7d9533c

Please sign in to comment.