Travis to 512.1488 for ?. operator compiler fix

```
The ?. operator didn't handle some complex situations properly where it was the left-hand side of an expression and that expression was in turn the right-hand side of another. 
```

Byond fix to ensure the new meme
This commit is contained in:
Poojawa
2019-10-03 13:52:05 -05:00
committed by GitHub
parent ccf49f8d21
commit d63540164d
+1 -1
View File
@@ -1,4 +1,4 @@
FROM tgstation/byond:512.1484 as base
FROM tgstation/byond:512.1488 as base
FROM base as build_base