Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmo committed Oct 8, 2019
1 parent e40421c commit 766852a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ os:
- osx
language: swift
osx_image: xcode11
env:
- PROJECT_NAME=BinaryKit
install: (cd $PROJECT_NAME && swift package update)
install: swift package update
script:
- (cd $PROJECT_NAME && swift build)
- (cd $PROJECT_NAME && swift test)
- swift build
- swift test

0 comments on commit 766852a

Please sign in to comment.