diff --git a/.travis.yml b/.travis.yml index 709d8b7..8740fcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ xcode_project: Example/Example.xcodeproj xcode_scheme: SwiftChessExample xcode_destination: platform=iOS Simulator,OS=12.1,name=iPhone X -#branches: -# only: -# - master \ No newline at end of file +branches: + only: + - master \ No newline at end of file