Skip to content

Commit

Permalink
update some config for ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 22, 2020
1 parent 0b19387 commit dedbfed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
@@ -1,5 +1,8 @@
name: action-tests
on: [push]
on:
push:
paths:
- '**.go'

# https://github.com/actions
jobs:
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,4 +1,7 @@
language: go
env:
GO111MODULE: on

go:
# - '1.9'
# - '1.10'
Expand Down

0 comments on commit dedbfed

Please sign in to comment.