Skip to content

Commit 420d463

Browse files
committed
reordered b2 invokations
1 parent 6f3444c commit 420d463

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@ install:
250250
script:
251251
- |-
252252
echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam
253-
- ../../b2 variant=debug test toolset=$TOOLSET cxxstd=$CXXSTD
254-
- ../../b2 variant=release test toolset=$TOOLSET cxxstd=$CXXSTD
255-
- ../../b2 variant=debug-discard-unexpected test toolset=$TOOLSET cxxstd=$CXXSTD
256-
- ../../b2 variant=release-discard-unexpected test toolset=$TOOLSET cxxstd=$CXXSTD
253+
- ../../b2 test toolset=$TOOLSET cxxstd=$CXXSTD variant=debug
254+
- ../../b2 test toolset=$TOOLSET cxxstd=$CXXSTD variant=release
255+
- ../../b2 test toolset=$TOOLSET cxxstd=$CXXSTD variant=debug-discard-unexpected
256+
- ../../b2 test toolset=$TOOLSET cxxstd=$CXXSTD variant=release-discard-unexpected
257257
# - cd bld/debug && meson test
258258

259259
notifications:

0 commit comments

Comments
 (0)