Skip to content

Commit

Permalink
Remove failing linux update/upgrade command from travis build config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggruen committed Mar 15, 2018
1 parent 18cb096 commit 220759e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ matrix:
include:
- os: linux
before_install:
- sudo apt-get update -qq && sudo apt-get upgrade -qq
- eval "$(curl -sL https://apt.vapor.sh)"
- sudo apt-get install swift
- os: osx
Expand Down
2 changes: 1 addition & 1 deletion Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 0.10.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 0.10.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT

import XCTest
Expand Down

0 comments on commit 220759e

Please sign in to comment.