Skip to content

Commit 78d7f1d

Browse files
committed
remove julia v0.6 from .travis
1 parent 4ebba2c commit 78d7f1d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ branches:
77
only:
88
- master
99
julia:
10-
- 0.6
1110
- 0.7
1211
- nightly
1312
matrix:

src/CoordinateTransformations.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
VERSION < v"0.7.0-beta2.199" && __precompile__()
22

3-
if VERSION < v"0.7-"
4-
sincos(x) = (sin(x), cos(x))
5-
end
6-
73
module CoordinateTransformations
84

95
using StaticArrays

0 commit comments

Comments
 (0)