Skip to content

Commit

Permalink
trying to fix trvis again
Browse files Browse the repository at this point in the history
  • Loading branch information
fieker committed Mar 27, 2020
1 parent 67116fc commit 2f453b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,18 @@ dist: bionic

language: julia
sudo: false

os:
- linux
- osx

julia:
- 1.3
# - nightly

branches:
only:
- master

jobs:
allow_failures:
- julia: nightly

include:
- stage: "Test"
julia: 1.3
Expand All @@ -30,12 +27,6 @@ jobs:

notifications:
- email: false
# Use the default script
#script:
# - julia -e 'using Pkg; Pkg.clone(pwd());'
# - while sleep 30; do echo "still alive"; done &
# - julia -e 'using Pkg; Pkg.build("Nemo");'
# - julia -e 'using Pkg; Pkg.test("Nemo");'

env:
global:
Expand Down
1 change: 0 additions & 1 deletion src/Oscar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function __init__()
println()
println("Type: '?Oscar' for more information")
println("(c) 2019-2020 by The Oscar Development Team")
@show "hi"
end


Expand Down

0 comments on commit 2f453b7

Please sign in to comment.