Adam Barth 5cfb81a52d Improve Travis reliability
Previously, we were using too many parallel instances of $CXX, which caused
crashes. Now we use -j 2, which seems to work. Also, use fewer processes during
testing.
2015-07-17 23:34:38 -07:00

9 lines
212 B
Plaintext

solutions = [{
"name" : "src",
"url" : "https://github.com/domokit/sky_engine.git",
"deps_file" : "DEPS",
"managed" : False,
"safesync_url": "",
}]
target_os = ['linux', 'android']