We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a238c9 commit 4f47be5Copy full SHA for 4f47be5
.travis.yml
@@ -6,6 +6,9 @@ os:
6
julia:
7
- 0.6
8
- nightly
9
+matrix:
10
+ allow_failures:
11
+ - julia: nightly
12
notifications:
13
email: false
14
git:
src/DiffResults.jl
@@ -3,6 +3,7 @@ __precompile__()
3
module DiffResults
4
5
using StaticArrays
+using Compat
#########
# Types #
0 commit comments