mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
5f04e00d7a
This reflects that we no longer uses travis. Scripts are moved to ci folder.
5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd frontend_server
|
|
dart test/server_test.dart
|