Skip to content

Commit

Permalink
ci: Drop appveyor.yml; Add windows to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
behnam committed Sep 28, 2020
1 parent 89f5f55 commit 7eb84d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
30 changes: 0 additions & 30 deletions .appveyor.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .bors.toml
@@ -1,4 +1,3 @@
status = [
"continuous-integration/travis-ci/push",
"continuous-integration/appveyor/branch"
"continuous-integration/travis-ci/push"
]
8 changes: 6 additions & 2 deletions .travis.yml
@@ -1,7 +1,11 @@
language: rust
sudo: false
os: linux
dist: trusty

jobs:
include:
- os: linux
dist: trusty
- os: windows

rust:
- nightly
Expand Down

0 comments on commit 7eb84d7

Please sign in to comment.