Single .cs build with no .sln

I have a project with a single .cs file to build… generally I use
csc.exe FILENAME.cs
to build this, how do configure travis for this configuration?