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 f811d0f commit e916accCopy full SHA for e916acc
.travis.yml
@@ -46,7 +46,7 @@ jobs:
46
- sh -e /etc/init.d/xvfb start
47
- sudo apt-get update -q
48
- wget "https://s3.amazonaws.com/$ARTIFACTS_BUCKET/$BUCKETPATH/$PACK_FILE_NAME"
49
- - sudo dpkg -i ./$PACK_FILE_NAME && sudo apt-get install -fy
+ - sudo dpkg -i ./$PACK_FILE_NAME || sudo apt-get install -fy
50
- shaderlabs &
51
52
deploy:
headers/SLVersion.h
@@ -3,6 +3,6 @@
3
4
#define SL_VERSION_MAJOR 1
5
#define SL_VERSION_MINOR 2
6
-#define SL_VERSION_REV 3
+#define SL_VERSION_REV 4
7
8
#endif // SLVERSION_H
0 commit comments