Clean up in general

This commit is contained in:
Héctor Ramón Jiménez
2019-08-16 02:16:04 +02:00
parent b6def3913c
commit d70a4279cf
4 changed files with 12 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
name: Integration test
name: Integration
on: [push]
jobs:
@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, beta, nightly]
rust: [stable, nightly]
steps:
- uses: hecrj/setup-rust-action@master
with: