Skip to content

Commit a23c0f8

Browse files
committed
[REVERT ME] Enable test_scala212 tests on PR
1 parent 0d64b5d commit a23c0f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ pipeline:
5858
commands:
5959
- cp -R . /tmp/5/ && cd /tmp/5/
6060
- ./project/scripts/sbt ";++2.12.8 ;compile ;test"
61-
when:
62-
event: [ push, tag, deployment ]
61+
# when:
62+
# event: [ push, tag, deployment ]
6363

6464
test_java11:
6565
group: test

library/src-2.x/scala/quoted/Type.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ package quoted {
2626
implicit def DoubleTag: Type[Double] = new scala.internal.quoted.TaggedType[Double]
2727
}
2828

29+
2930
}
3031

3132
package internal {

0 commit comments

Comments
 (0)