Skip to content

Commit 641f31b

Browse files
attempt to fix travis
1 parent 650228a commit 641f31b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: csharp
22
sudo: required
33
dist: trusty
4-
mono: beta
4+
mono: latest
55
dotnet: 2.0.0
66
os:
77
- linux
8-
# env:
9-
# global:
10-
# secure: m2PtYwYOhaK0uFMZ19ZxApZwWZeAIq1dS//jx/5I3txpIWD+TfycQMAWYxycFJ/GJkeVF29P4Zz1uyS2XKKjPJpp2Pds98FNQyDv3OftpLAVa0drsjfhurVlBmSdrV7GH6ncKfvhd+h7KVK5vbZc+NeR4dH7eNvN/jraS//AMJg=
11-
12-
# windows subsystem for linux doesn't seem to chmod properly when on a windows drive :(
8+
- osx
9+
before_install:
10+
- git fetch --unshallow
11+
cache:
12+
directories:
13+
- tools
1314
script:
1415
- chmod 755 ./build.sh
1516
- ./build.sh

0 commit comments

Comments
 (0)