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 cd613e2 commit 2a285ffCopy full SHA for 2a285ff
.travis.yml
@@ -31,7 +31,7 @@ addons:
31
# The different configurations we want to test. You could also do things like
32
# change flags or use --stack-yaml to point to a different file.
33
env:
34
-- ARGS="--jobs 2 --resolver lts-10.2" CACHE_NAME=LTS_10_2_CV_3_4_0
+- ARGS="--jobs 2 --resolver nightly-2018-05-23" CACHE_NAME=NIGHTLY_2018_05_23_CV_3_4_0
35
36
before_install:
37
# Install OpenCV 3
stack.yaml
@@ -1,4 +1,4 @@
1
-resolver: lts-10.2
+resolver: nightly-2018-05-23
2
packages:
3
- opencv/
4
- opencv-examples/
@@ -7,9 +7,6 @@ packages:
7
flags: {}
8
allow-newer: true
9
10
-extra-deps:
11
-- repa-3.4.1.3
12
-
13
extra-lib-dirs:
14
- /usr/local/lib
15
0 commit comments